@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font-size:18px;font-family: "Microsoft YaHei","微软雅黑","黑体",sans-serif; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden {}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
}
::-webkit-input-placeholder { font-size:14px;color:#2b2b2b;/* WebKit browsers */}
:-moz-placeholder {font-size:14px;color:#2b2b2b; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { font-size:14px;color:#2b2b2b;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { font-size:14px;color:#2b2b2b;/* Internet Explorer 10+ */}
/* 选择历史记录的文字颜色和背景颜色 */
input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite!important;
    /* 选择历史记录的文字颜色*/
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 50000s ease-in-out 0s!important;
    transition: background-color 50000s ease-in-out 0s!important;
    background-color: transparent!important;
    background-image: none !important;
    /* 选择历史记录的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
/**布局开始**/
*{ box-sizing:border-box;}
html{ overflow: auto;}
body {line-height: 1;color:#333; background:#ffffff;min-width: 1300px;}
a {color:#333; text-decoration:none; transition:all 0.4s linear; }
a:hover {color:#b20b0b;}
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.f_around{display: flex; display: -webkit-flex; justify-content: space-around;-webkit-justify-content:space-around;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}

.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hide-text-4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.inner {width: 1300px;margin:0 auto;} /**页面全局宽度**/
.ml{ float:left;}
.mr{ float:right;}

/*head开始*/
.head{width:100%; background:#af0000; position:relative; z-index:5;}
.head .inner{ height:233px; background: url(images/headbg.png) right no-repeat;  padding-top:43px;position:relative;}
.head .top{height:105px;}
.head .logo{width:530px;}
.head .logo img{ display:block; width:100%;}
.head .search_bar{ width:305px; height:40px;}
/*自定义输入框*/
.searchbox { text-align: right;height:40px;}
.wp-search { position: relative; background:#fff; border-radius:4px;}
.wp-search form { display: block; }
.wp-search .search-input { margin-right: 85px; }
.wp-search .search-input input.search-title { width: 100%; padding-left:8px; height: 40px; line-height: 40px; background: none; color: #7a7a7a; font-size: 14px; font-family: "微软雅黑"; border: 0; outline: 0; }
.wp-search .search-btn { width: 85px; height: 40px; position: absolute; right: 0; top: 0; }
.wp-search .search-btn input.search-submit { width: 85px; height: 40px; border: 0; outline: 0; background: #9d0000 url(images/search.png) no-repeat center; cursor: pointer; }
.wp-search input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;-webkit-text-fill-color: #333;}

#nav{ position:absolute;top:196px;left:20px; right:20px;height:70px; padding:0 50px;}
#nav::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	border-radius:10px; 
     background:#870000;box-shadow: 4px 10px 18px 0px rgb(213 78 78 / 38%);
        transform: perspective(4em) rotateX(-3deg) scaleY(1.05);
    transform-origin: top;}
#nav .wp-window{ height:70px; position:relative; z-index:1;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; position: relative;}
.nav .wp-menu { height: 70px; }
.nav .wp-menu .menu-item { flex:1;position: relative; height: 70px;text-align: center; }
.nav .wp-menu .menu-item>a { display:block; height: 70px; padding:0 22px; line-height: 70px; position: relative; }
.nav .wp-menu .menu-item a.menu-link { color: #fff;font-size: 18px; font-weight:bold; -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item.hover a.menu-link {background-color:rgba(255,255,255,0.3); color:#fff;}
.nav .sub-menu { display: none; position: absolute; left: 0; top:70px; width: auto; min-width: 100%; z-index: 100;background:#fff4e3; padding:16px;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;  margin-top:10px;}
.nav .sub-menu .sub-item a { display: block; color: #333; height: 50px; line-height: 50px; font-size: 20px; font-weight:600;text-align: center; }
.nav .sub-menu .sub-item:first-child{margin-top:0px;}
.nav .sub-menu .sub-item.hover>a, .nav .sub-menu .sub-item a:hover { color:#af0000;display: block;}
.nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: rgba(0, 0, 0, 0.2); }

.mbanner,.mbanner .swiper-wrapper{height:600px;}
.swiper-slide{ text-align:center;}
.mbanner .swiper-button-next,.mbanner .swiper-button-prev{ color:#af0000}
.mbanner .swiper-container-horizontal>.swiper-pagination-bullets, .mbanner .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:20px;}
.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px; width:20px; height:20px; position:relative; background:none; opacity:1;}
.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before{ position:absolute; content:'';left:4px; right:4px; top:4px; bottom:4px; border-radius:50%; background:#fff;}
.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff;}
.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background:#af0000}

.main1{ margin:65px auto;}
.title_bt{ height:45px; position:relative;}
.title_bt:before{ position:absolute; z-index:1; content:''; top:22px; left:0;right:75px; height:1px; background:#eed5ae}
.title_bt .bt_name{ position:relative;z-index:2; width:235px; height:45px; line-height:45px; background:#fff url(images/btbg1.png); text-align:center; font-size:30px; font-weight:600; color:#af0000;}
.more_btn { position:absolute; z-index:2;right:0; width:75px; *display: inline; *zoom: 1;height: 45px; line-height: 45px; text-align:right;}
.more_btn .more_text, .more_btn a { font-size: 16px; cursor: pointer;color: #e6b05d; }
.more_btn a:hover { color: #e6b05d; }

.picNews{ margin-top:48px; height:433px;}
.picNews .swiper-slide{display:block; width:100%; height:433px; overflow:hidden; position:relative;}
.main_01{ float:left; width:490px; padding-top:39px;}
.main_01 .title{line-height:42px;font-size:20px; font-weight:600; color:#af0000; text-align:left;}
.main_01 .time{ margin-top:14px; line-height:36px; background:url(images/time.png) left center no-repeat; padding-left:33px; font-size:16px; color:#555;text-align:left;}
.main_01 .txtwz{ margin-top:22px; line-height:32px; font-size:18px; color:#333;text-align:left; text-align:justify;}

.main_02{float:right; width:770px;height:433px; overflow:hidden;}
.picNews .swiper-slide .cover_img{height:433px; background-repeat:no-repeat; background-position:center center; background-size:cover; max-width: 100%;width:100%;object-fit: cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide a:hover .cover_img{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets, .mbanner .swiper-pagination-custom, .swiper-pagination-fraction{width:auto !important; height:22px !important; left:auto; right:60%; bottom:40px !important; font-size:0; text-align:right;}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 7px; width:22px; height:22px; position:relative; background:none; opacity:1;}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before{ position:absolute; content:'';left:6px; right:6px; top:6px; bottom:6px; border-radius:50%; background:#af0000;}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#af0000;}
.picNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background:none}

.main_03{ margin-top:27px;}
.newsList li{margin-top:23px; width:calc(50% - 12px); background:#fff4e3; padding:20px 40px 20px 48px;}
.newsList li:first-child,.newsList li:nth-child(2){margin-top:0;}
.newsList li .date_time{ position:relative; width:90px; height:68px;}
.newsList li .date_time:before{ position:absolute; content:'';left:0;bottom:0;height:1px; width:39px; background:#cccccc}
.newsList li .date_time .day{ line-height:30px; font-size:24px; font-weight:600; color:#af0000}
.newsList li .date_time .year{ margin-top:6px;font-size:14px;color:#af0000}
.newsList li .title{ width:calc(100% - 102px); font-size:18px; line-height:34px;}
.newsList li a:hover .title{ font-weight:600;}


.title_bt .bt_name2{ position:relative;z-index:2; padding-right:60px; height:45px; line-height:45px; background:#fff url(images/btbg2.png) right no-repeat; text-align:left; font-size:30px; font-weight:600; color:#af0000;}
.title_bt .bt_name3{ position:relative;z-index:2; padding-right:60px; height:45px; line-height:45px; background:#fffbf4 url(images/btbg2.png) right no-repeat; text-align:left; font-size:30px; font-weight:600; color:#af0000;}
.main_left{ float:left; width:626px;}
.main_right{ float:right; width:626px;}
.con1{ margin-top:40px;}
.min-high1{ min-height:50px;}
.news_01 li{margin-top:22px;background:#fff4e3; padding:17px 28px;}
.news_01 li:first-child{margin-top:0;}
.news_01 li .date_time{ position:relative; width:90px; height:60px;font-weight:600;color:#af0000}
.news_01 li .date_time:before{ position:absolute; content:'';left:0;bottom:0;height:1px; width:39px; background:#cccccc}
.news_01 li .date_time .day{ line-height:28px; font-size:24px;}
.news_01 li .date_time .year{ margin-top:6px;font-size:14px;}
.news_01 li .title{ width:calc(100% - 100px); font-size:18px; line-height:30px; height:60px;}
.news_01 li a:hover .title{ font-weight:600;}
.news_01 li .txtwz{ margin-top:22px; line-height:26px;font-size:16px;color:#555; display:none;}
.news_01 li:first-child .txtwz{ display:-webkit-box;}

.news_02 li{margin-top:22px;}
.news_02 li:first-child{margin-top:0;}
.news_02 li .date_time{ width:94px; height:94px; background:#af0000; font-weight:600;color:#fff; }
.news_02 li .title{ width:calc(100% - 94px); font-size:18px; line-height:30px; height:94px; border:1px solid #eed5ae; padding:0 28px;}
.news_02 li a:hover .title{ font-weight:600;}
.news_02 li .date_time .day{ line-height:28px; font-size:24px;}
.news_02 li .date_time .year{ margin-top:6px;font-size:14px;}
.news_02 li .txtwz{ margin-top:6px;border:1px solid #eed5ae; padding:9px 25px; line-height:24px;font-size:16px;color:#555; display:none;}
.news_02 li:first-child .txtwz{ display:block;}

.main2{ background:#fffbf4 url(images/bg1.png) bottom no-repeat; padding:43px 0 52px;}
.news_03{ border:1px solid #eed3a5; border-top:0; height:270px; padding:30px 22px;}
.news_03 .title{line-height:34px;font-size:20px; font-weight:600; color:#af0000; text-align: center;}
.news_03 .time{ margin-top:9px; line-height:24px;font-size:16px; color:#af0000;text-align:center;}
.news_03 .txtwz{ margin-top:14px; line-height:28px; font-size:16px; color:#555;text-align:left; text-align:justify;}
.news_04{ height:350px; overflow:hidden; position:relative;}
.news_04:before{ position:absolute; z-index:2; content:''; top:50%; left:50%; transform:translate(-50%,-50%); width:88px; height:88px; background:url(images/play.png) no-repeat;}
.picNews2,.picNews2 .swiper-slide .cover_img{height:433px; background-repeat:no-repeat; background-position:center center; background-size:cover; max-width: 100%;width:100%;object-fit: cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews2 .swiper-slide a:hover .cover_img{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets, .mbanner .swiper-pagination-custom, .swiper-pagination-fraction{left:0;right:0;margin:0 auto; width:160px;height:22px !important;bottom:25px !important; font-size:0; text-align:center;}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 4px; width:18px; height:18px; position:relative; background:none; opacity:1;}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before{ position:absolute; content:'';top:50%; left:50%; transform:translate(-50%,-50%); width:8px; height:8px; border-radius:50%; background:#fff; border:1px solid #af0000;}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff; border:1px solid #af0000;}
.picNews2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background:#af0000; border:0;}
.picNews2 .swiper-button-next,.picNews2 .swiper-button-prev{ color:#af0000;top:auto; margin-top:0; bottom:25px; width:20px; height:20px;}
.picNews2 .swiper-button-next{right:200px;}
.picNews2 .swiper-button-prev{left:200px;}
.picNews2 .swiper-button-next:after, .picNews2 .swiper-button-prev:after{ font-size:20px;}

.news_05 li{ margin-top:22px; background:#fae4c2; padding:26px 16px;}
.news_05 li:first-child{margin-top:0;}
.news_05 li .tupic{ width:250px; height:140px; overflow:hidden;}
.news_05 li .tupic .cover_img{height:140px; background-repeat:no-repeat; background-position:center center; background-size:cover; max-width: 100%;width:100%;object-fit: cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.news_05 li .tupic a:hover .cover_img{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.news_05 li .info{ width:320px;}
.news_05 li .title{ line-height:32px; font-size:18px; font-weight:600;}
.news_05 li .txtwz{ margin-top:6px; line-height:26px; height:66px; border-bottom:1px solid #af0000; font-size:16px; color:#555;}
.news_05 li .bar{ margin-top:10px; line-height:26px; font-size:14px; color:#af0000}
.news_05 li:nth-child(2){flex-direction:row-reverse;}

.main3{ background:#fff; padding:53px 0;}
.con2{ margin-top:34px;}
.news_06 .tupic{ width:215px; height:120px; overflow:hidden;}
.news_06 .tupic .cover_img{height:120px; background-repeat:no-repeat; background-position:center center; background-size:cover; max-width: 100%;width:100%;object-fit: cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.news_06 .info{ width:calc(100% - 237px);height:120px;padding-top:18px;}
.news_06 .title{ line-height:32px; font-size:18px; font-weight:600;}
.news_06 .date{ margin-top:20px; line-height:28px; background:url(images/time.png) left center no-repeat; padding-left:28px;font-size:16px; color:#7d7d7d;}
.news_06 .txtwz{ padding:21px 0; border-bottom:1px dashed #d0d0d0; font-size:16px; line-height:26px; }

.news_07 li{padding:24px 0; border-bottom:1px dashed #d0d0d0;}
.news_07 li .title{background:url(images/item.png) left center no-repeat; padding-left:35px; line-height:32px; font-size:18px; font-weight:600;}
.news_07 li .txtwz{ margin-top:7px;font-size:16px; line-height:26px; color:#808080;}

.news_08{ padding:22px 20px; background:url(images/cardbg.png) 0 0 repeat;}
.news_08 li{ margin-top:26px;}
.news_08 li:first-child{margin-top:0;}
.news_08 li .tupic{ width:237px; height:134px; overflow:hidden;}
.news_08 li .tupic .cover_img{height:134px; background-repeat:no-repeat; background-position:center center; background-size:cover; max-width: 100%;width:100%;object-fit: cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.news_08 li .tupic a:hover .cover_img{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.news_08 li .info{ width:calc(100% - 237px);height:134px; border:1px solid #af0000; border-left:0; background:#fff; padding:12px 16px;}
.news_08 li .date{line-height:24px;font-size:14px; color:#af0000}
.news_08 li .title{ line-height:32px; font-size:18px; font-weight:600;}
.news_08 li .txtwz{ margin-top:4px; line-height:24px; height:48px; font-size:16px; color:#808080;}



/**页脚**/
#footer { margin-top:50px;background:#870000; color:#fff; padding:44px 0 34px; font-size:16px; text-align:left;}
.foot a:hover{color:#fff;}
.foot .logo{ width:451px;}
.foot .logo img{ display:block; width:100%;}
.foot .copy{ margin-top:12px; line-height:30px;}
.foot .f_02{ width:538px; padding-left:90px; position:relative;}
.foot .f_02:before{ position:absolute; content:''; top:8px; bottom:10px;left:0; width:1px; background:rgba(255,255,255,0.35);}
.foot .f_02:after{ position:absolute; content:''; top:8px; bottom:10px;right:0; width:1px; background:rgba(255,255,255,0.35);}
.foot .f_02 .bt_tiele{ line-height:44px; font-size:24px; font-weight:600; margin-bottom:12px; text-align:left;}
.foot .f_02 .call p{ margin-bottom:6px; line-height:26px;}
.foot .f_02 .call p:last-child{margin-bottom:0;}
.foot .f_03{ width:136px; font-size:14px; text-align:center;}
.foot .f_03 img{ display:block; margin-bottom:10px;}


/**列表页**/
/*栏目图片*/
.l-banner { height: 280px; background-position: center center; background-repeat: no-repeat; text-align: center; }
.l-banner img { display: none; height: 100%; vertical-align: top; }
/**主体列表页开始**/
#l-container { }
#l-container .inner { padding: 25px 10px; }
/**主体文章页开始**/
#d-container { }
#d-container .inner { padding: 20px 60px; background: #fff; }
.col_menu { width: 240px; float: left; margin-right: -240px; position: relative; }
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head { background: #ab1a00; } /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size: 20px; font-weight: normal; color: #fff; } /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display: block; line-height: 50px; padding: 0px 5px 0px 30px; } /**栏目名称图标**/
.col_menu .col_menu_con { border: 1px solid #e4e4e4; }
/*栏目列表*/
.col_list { }
.col_list .wp_listcolumn { border-top: 0px solid #2867a0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color: #333; font-size: 15px; font-weight: normal; background: none; border-top: 0px solid #fff; border-bottom: 1px solid #f6eaea; }
.col_list .wp_listcolumn .wp_column a .column-name { padding: 5px 0px 5px 28px; line-height: 32px; }
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected { color: #ab1a00; background: #eee; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #ab1a00; }
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color: #454545; background: none; border-top: 1px solid #fff; border-bottom: 1px solid #bbb; }
.col_list .wp_listcolumn .wp_column.parent > a .column-name { font-weight: bold; color: #ab1a00; }
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a { color: #333; border-top: 1px solid #eee; margin-top: -1px; }
.col_list .wp_listcolumn .sub_list a .column-name { display: inline-block; line-height: 28px; padding: 5px 10px 5px 52px; cursor: pointer; }
.col_list .wp_listcolumn .sub_list a:hover, .col_list .wp_listcolumn .wp_column a.selected { font-weight: bold; font-weight: bold; color: #ab1a00; }
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a { background: none; }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor: pointer; }
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected { font-weight: bold; color: #ab1a00; }
/**栏目新闻**/
.col_news { width: 100%; min-height: 500px; float: right; }
.col_news .col_news_box { margin-left: 290px; }
.col_news_head { border-bottom:0px solid #dbdbdb; }
.col_metas{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4; box-sizing: content-box;}
.col_metas .col_title{float:left; color:#ab1a00; border-bottom:2px solid #ab1a00; font-size:24px;line-height:38px;  font-weight:normal;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 38px;line-height: 38px;color: #999;} /**当前位置**/
.col_metas .col_path a{color:#999;}
.col_metas .col_path a:hover{color: #ab1a00;}
.col_news_con { padding: 5px 0px 10px 0px; margin: 0 7px; }
.col_news_list { margin-top: 7px; }
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); } /**列表页文章图片大小限制**/
.col_news_list .wp_entry, .col_news_list .wp_entry table{margin:0 auto;}
 /**列表页文章图片大小限制**/
.col_news_list .list_news li{ border-bottom:1px dashed #e0e0e0;}
.col_news_list .list_news li a{position:relative; padding-left:20px;}
.col_news_list .list_news li a:before{ position:absolute; content:''; left:0;top:50%; transform:translateY(-50%); width:4px; height:4px; border-radius:50%; background:#e9e9e9}
.col_news_list .list_news li a:hover:before{ background:#ab1a00}
.col_news_list .list_news li .title{ width: calc(100% - 130px); font-size:16px; font-weight:600; line-height:42px;}
.col_news_list .list_news li .news_date{ width:110px;height:42px;line-height:42px; font-size:14px; color:#999; text-align:right;}

/**主体文章页开始**/
#d-container .inner {padding:10px 30px 30px;background:#fff; box-sizing:border-box;}
.infobox {margin:0 auto; margin-top:28px; background:#fff;box-shadow:0 0 15px rgba(0,0,0,.1); padding:20px 40px 40px;}
.article {padding-top:24px;}
.articleTitle{padding:0px 0 20px; line-height:30px; font-size:24px; font-weight:600; text-align:center;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #333; margin-bottom:6px;} /**文章标题**/
.article h2.arti_title {line-height: 40px;font-family: "Microsoft YaHei"; font-weight:400;font-size: 16px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {width:90%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.article .arti_metas span { margin:0 15px; font-size:14px; color:#999;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:30px;     min-height: 100px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:18px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto;max-width:940px;_width:expression(this.width > 940 ? "940px" : this.width);display: block;}   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none;}


